home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000015_fdc@columbia.edu_Wed Apr 23 17:37:08 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  83 lines

  1. Article: 14231 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: File Transfer as Backup from Xenix 2.3.4 to WinOS
  6. Date: 23 Apr 2003 17:36:52 -0400
  7. Organization: Columbia University
  8. Lines: 66
  9. Message-ID: <b8711k$qi4$1@watsol.cc.columbia.edu>
  10. References: <ofnpa.182462$vs.18609662@news3.calgary.shaw.ca> <b863j8$hfe$1@watsol.cc.columbia.edu> <vaduahmqsbgs59@corp.supernews.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1051133818 1166 128.59.39.139 (23 Apr 2003 21:36:58 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 23 Apr 2003 21:36:58 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14231
  16.  
  17. In article <vaduahmqsbgs59@corp.supernews.com>,
  18. Will Martin <will_m@novax.com> wrote:
  19. : Thanks, you've given me ideas, and more questions.
  20. : "Frank da Cruz" <fdc@columbia.edu> wrote in message
  21. : news:b863j8$hfe$1@watsol.cc.columbia.edu...
  22. : > In article <ofnpa.182462$vs.18609662@news3.calgary.shaw.ca>,
  23. : > Will Martin <squares@shaw.ca> wrote:
  24. : > : ...
  25. : > : The problems at this time:
  26. : > : 1.    For "remote set file collision update" I receive an invalid set
  27. : > : parameter message.
  28. : > :
  29. : > You didn't say which version of Kermit you are using Xenix, and which
  30. : > Kermit program and version is on the other end.  It sounds like one or
  31. : > the other doesn't support this command.  Current versions of C-Kermit and
  32. : > Kermit 95 support both the client and server end of this command:
  33. : K95 2.1.3 and CK 8.0.209. If I've read correctly, both are the most recent
  34. : versions.
  35. They are.
  36.  
  37. : > : 2.    The receiving system is not getting the date attribute correctly;
  38. : > : the date windowed files are all being received as current year, which
  39. : > : prevents simply updating them.
  40. : >
  41. : > What Kermit program and version does the receiving system have?
  42. : K95 2.1.3. It appears to be text file transfers that have this difficulty. I
  43. : know I can override the file type setting and will attempt this today.
  44. :
  45. "remote set file collision update" (or other option) sends a protocol message
  46. to the server.  When I do this here -- also from K95 8.0.209 on Unix to a
  47. K95 2.1.3 server on Windows -- I get no error.  That is, the client and the
  48. server support the command.
  49.  
  50. : Thanks Frank. Is it possible for me to query the receiver/server, check
  51. : if the next file exists...
  52. :
  53. See:
  54.  
  55.   http://www.columbia.edu/kermit/ckermit70.html#x5.2
  56.  
  57. The command would be:
  58.  
  59.   remote query kermit date(xxx)
  60.  
  61. where xxx is the name of the file.
  62.  
  63. : ... get its date to a variable...
  64. :
  65. The result is in the \v(query) variable.
  66.  
  67. : and then compare with
  68. : the file on the sender? If possible, it gives a relatively clean comparison
  69. : method.
  70. See the \fdiffdates() function described here:
  71.  
  72.   http://www.columbia.edu/kermit/ckermit80.html#x8.13.6
  73.  
  74. If you want to troubleshoot the "invalid set parameter" problem, please
  75. send email to kermit-support@columbia.edu.
  76.  
  77. - Frank
  78.